home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
demos
/
movies.dir
/
00011_loopMovie.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-13
|
228 b
|
17 lines
global gMovieDuration
on exitFrame
if not (the movieRate of sprite 2) then
clearTheMovieAndGo()
end if
if rollOver(6) then
go(marker(0) + 3)
else
go(marker(0) + 2)
end if
end
on stopMovie
play done
end